All password with '$' inside (phpmyadmin) won't work [UTF-8 problem]
        Posted  
        
            by Tristan
        on Server Fault
        
        See other posts from Server Fault
        
            or by Tristan
        
        
        
        Published on 2010-05-24T12:32:10Z
        Indexed on 
            2010/05/24
            12:41 UTC
        
        
        Read the original article
        Hit count: 339
        
Hello,
i set up a dedicaced server with a tutorial.
I set in PHP :
mbstring.language=UTF-8 
mbstring.internal_encoding=UTF-8 
mbstring.http_input=UTF-8 
mbstring.http_output=UTF-8 
mbstring.detect_order=auto
But each time there is a $ in the password (i have one for the root of mysql + other script) the password won't work.
For example, I just removed the $ in the password for a script, and it worked.
When i connect @root on mysql via phpmyadmin : don't work When i connect @root via PHP : works
What can i do for this problem please ?
© Server Fault or respective owner